feat: add minimum length requirement to propagator configuration#173
feat: add minimum length requirement to propagator configuration#173codeboten wants to merge 1 commit intoopen-telemetry:mainfrom
Conversation
BREAKING CHANGE: This is potentially breaking any implementation that ignores a blank value for a propagator today. Signed-off-by: Alex Boten <223565+codeboten@users.noreply.github.com>
|
Maybe the issue is that propagators should not be an array of strings in the first place. Instead of: Can we have: For every extension point (exporters, processors, etc), the name appears as a yaml node. For propagators, the name appears as data, this does not follows the general pattern. Custom propagators are extension points in my understanding, because they will need to be registered in the SDK, they are not just "strings". |
|
@marcalff I think you mean: |
I agree we should fix this. Should also probably add backwards compatibility with End config might look like: |
|
Closing as addressed in #187 |
BREAKING CHANGE: This is potentially breaking any implementation that ignores a blank value for a propagator today.
Fixes #172